home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / The Journal / _SETUP.1 / Journal.exe / 0 / RCDATA / TJOURNALPRINTSTATUSFORM / TJOURNALPRINTSTATUSFORM.txt
Encoding:
Text File  |  1996-12-12  |  1.3 KB  |  61 lines

  1. object JournalPrintStatusForm: TJournalPrintStatusForm
  2.   Left = 344
  3.   Top = 235
  4.   ActiveControl = CancelButton
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Printing Status'
  8.   ClientHeight = 99
  9.   ClientWidth = 265
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PrintingPanel: TPanel
  19.     Left = 8
  20.     Top = 12
  21.     Width = 249
  22.     Height = 53
  23.     BevelOuter = bvNone
  24.     BorderWidth = 1
  25.     TabOrder = 0
  26.     object PrintingMemo: TMemo
  27.       Left = 1
  28.       Top = 1
  29.       Width = 247
  30.       Height = 51
  31.       Align = alClient
  32.       Alignment = taCenter
  33.       BorderStyle = bsNone
  34.       Color = clBtnFace
  35.       Ctl3D = False
  36.       Font.Color = clBlack
  37.       Font.Height = -13
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       Lines.Strings = (
  41.         'Preparing to print entries...')
  42.       ParentCtl3D = False
  43.       ParentFont = False
  44.       ReadOnly = True
  45.       TabOrder = 0
  46.       OnEnter = PrintingMemoEnter
  47.     end
  48.   end
  49.   object CancelButton: TButton
  50.     Left = 95
  51.     Top = 70
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&Cancel'
  55.     Default = True
  56.     ModalResult = 2
  57.     TabOrder = 1
  58.     OnClick = CancelButtonClick
  59.   end
  60. end
  61.